home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / flexcat / lib / c_h.sd < prev    next >
Text File  |  1999-06-14  |  733b  |  42 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `%fv'
  5.    from "%f0".
  6.  
  7.    Do NOT edit by hand!
  8. ****************************************************************/
  9.  
  10. #ifndef %b_CAT_H
  11. #define %b_CAT_H
  12.  
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18.  
  19. /*
  20. **  Prototypes
  21. */
  22. #if !defined(__GNUC__)  && !defined(__SASC)  &&  !defined(_DCC)
  23. extern VOID Open%bCatalog(VOID);
  24. extern VOID Close%bCatalog(VOID);
  25. #endif
  26. #ifdef LOCALIZE_V20
  27. extern void Init%bCatalog(STRPTR);
  28. #endif
  29.  
  30.  
  31.  
  32. struct FC_String {
  33.     const UBYTE *msg;
  34.     LONG id;
  35. };
  36.  
  37. extern struct FC_String %b_Strings[%n];
  38.  
  39. #define %i (%b_Strings[%e].msg)\n#define _%i (%b_Strings+%e)
  40.  
  41. #endif
  42.